home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gsliderbar, myLine, gVolume
- blankBut()
- puppetPalette(201)
- patchPal()
- set the volume of sprite 24 to gVolume
- set the video of cast 101 to 1
- set the controller of cast 101 to gsliderbar
- updateStage()
- set the volume of sprite 24 to gVolume
- repeat with inc = 2 to 10
- puppetSprite(inc, 1)
- end repeat
- colorMe()
- set the locH of sprite 3 to 591
- set the locH of sprite 4 to 593
- set the locH of sprite 5 to 596
- set the locH of sprite 6 to 592
- set the locH of sprite 7 to 591
- set the locH of sprite 8 to 552
- updateStage()
- set the movieRate of sprite 24 to 1
- patchPal()
- end
-